win32: Finish button drawing code
authorBenjamin Otte <otte@redhat.com>
Sat, 27 Feb 2016 12:28:14 +0000 (13:28 +0100)
committerBenjamin Otte <otte@redhat.com>
Sat, 27 Feb 2016 13:34:33 +0000 (14:34 +0100)
commit879333d226c0874042324b48db7473989c2466e9
treed11bf16c1cd8c488e34c96379bad2a76f7d48a0b
parent70d689cddda0dc616af97e8ed047d0c0acf7c7a6
win32: Finish button drawing code

We now draw real Windows 95 buttons.

Also split out a draw_edge() function that is supposed to emulate
Windows' DrawEdge() function. I guess we'll need it in other places,
too.
gtk/gtkwin32draw.c